<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    min-width: 1240px;
}

.index-banner-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: calc(100vh - 76px);
    height: calc(51vw - 76px);
    height: calc(56vw);
    max-height: 100vh;
    min-height: 550px;
}

.index-banner-wrap img {
    width: 100%;
    height: auto;
}

.index-banner-wrap .down-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 46px;
    height: 78px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-banner-wrap .down-wrap .down {
    width: 45px;
    height: 78px;
    position: absolute;
    bottom: 0;
}

.index-banner-wrap .down-wrap .down-in {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 47px;
    left: 14px;
    -webkit-animation: down-in-animate 0.8s ease-out 0s infinite;
    animation: down-in-animate 0.8s ease-out 0s infinite;
}

@-webkit-keyframes down-in-animate {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes down-in-animate {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 90%, 0);
        transform: translate3d(0, 90%, 0);
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 90%, 0);
        transform: translate3d(0, 90%, 0);
    }
}

.index-img-desc {
    width: 100%;
    height: 100px;
    min-width: 1240px;
    text-align: center;
    background-color: #FF983F;
}

.index-img-desc p {
    float: left;
    width: 32.23333333%;
    width: 413px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 20px;
}

.content-item-wrap {
    background: #fff;
    padding: 120px 0 100px 0;
    text-align: center;
}

.content-item-wrap .business-title-header {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #252423;
}

.content-item-wrap .content-item-title {
    text-align: center;
    margin-bottom: 120px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    line-height: 14px;
    color: #959492;
}

.content-item-wrap .content-item-img-wrap {
    min-width: 1240px;
    height: 250px;
}

.content-item-wrap .content-item-img-wrap .graph-box {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.content-item-wrap .content-item-img-wrap .graph-box .graph {
    height: 250px;
    width: 100%;
    height: 100%;
}

.content-item-wrap .content-item-img-wrap .graph-box p {
    position: absolute;
    bottom: 22px;
    z-index: 10;
    right: 0;
    left: 0;
    color: #fff;
    line-height: 32px;
    height: 32px;
    font-size: 32px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.content-item-wrap .content-item-img-wrap .graph-box a {
    display: block;
    height: 100%;
}

.content-item-wrap .content-item-img-wrap .graph-box a .hover-bg {
    top: 260px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #FF983F;
    opacity: 0.6;
    top: 270px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.content-item-wrap .content-item-img-wrap .graph-box a:hover .hover-bg {
    top: 0;
}

.content-item-wrap .content-item-img-wrap .graph-box a:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.content-item-wrap .content-item-img-wrap .graph-box a:hover p {
    bottom: 109px;
}

.business-content-wrap {
    position: relative;
    height: 464px;
}

.business-content-wrap .left {
    position: absolute;
    left: 0;
    cursor: pointer;
}

.business-content-wrap .left .busness-content-item {
    text-align: left;
    vertical-align: middle;
    padding-bottom: 72px;
    color: #959492;
    -webkit-transition: margin-left 0.3s ease-out;
    transition: margin-left 0.3s ease-out;
}

.business-content-wrap .left .busness-content-item i {
    width: 14px;
    display: inline-block;
    height: 14px;
    background-color: #EDECEC;
    color: #EDECEC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 10px;
}

.business-content-wrap .left .busness-content-item .first-title {
    font-size: 32px;
    font-weight: 600;
}

.business-content-wrap .left .busness-content-item .second-title {
    margin-top: 10px;
    margin-left: 27px;
    font-size: 16px;
    font-weight: 300;
}

.business-content-wrap .left .busness-content-item:hover {
    margin-left: 20px;
}

.business-content-wrap .left .busness-content-item:hover i {
    background-color: #FF983F;
}

.business-content-wrap .left .busness-content-item:hover .first-title {
    color: #252423;
}

.business-content-wrap .left .busness-content-item:hover .second-title {
    color: #252423;
}

.business-content-wrap .left .current {
    margin-left: 20px;
}

.business-content-wrap .left .current i {
    background-color: #FF983F;
}

.business-content-wrap .left .current .first-title {
    color: #252423;
}

.business-content-wrap .left .current .second-title {
    color: #252423;
}

.business-content-wrap .right {
    margin-left: 315px;
    font-size: 0;
    width: 925px;
    height: 462px;
    position: relative;
}

.business-content-wrap .right .business-right-wrap {
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 925px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap {
    width: 231px;
    height: 231px;
    position: relative;
    float: left;
    overflow: hidden;
    font-size: 0;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap .img {
    width: 100%;
    height: 100%;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap .hover-bg {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #FF983F;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap .business-detail-content-wrap {
    position: absolute;
    display: block;
    height: 50%;
    left: 0px;
    bottom: -65px;
    z-index: 11;
    color: #fff;
    text-align: right;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 20px;
    right: 20px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap .business-detail-content-wrap .name {
    margin-bottom: 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap .business-detail-content-wrap .detail {
    opacity: 0;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap:hover .hover-bg {
    z-index: 10;
    opacity: 0.8;
    /* é’ˆå¯¹ IE8 ä»¥åŠæ›´æ—©çš„ç‰ˆæœ¬ */
    filter: alpha(opacity=80);
}

.business-content-wrap .right .business-right-wrap .business-img-wrap:hover .business-detail-content-wrap {
    bottom: 0;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap:hover .business-detail-content-wrap .name {
    margin-bottom: 14px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap:hover .business-detail-content-wrap .detail {
    opacity: 1;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-8 {
    width: 231px;
    height: 231px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-9 {
    width: 231px;
    height: 231px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-4,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-5,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-6,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-7 {
    width: 185px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-4 .business-detail-content-wrap,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-5 .business-detail-content-wrap,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-6 .business-detail-content-wrap,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-7 .business-detail-content-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    padding: 0;
    left: 14px;
    right: 14px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-4 .business-detail-content-wrap .name,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-5 .business-detail-content-wrap .name,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-6 .business-detail-content-wrap .name,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-7 .business-detail-content-wrap .name {
    font-size: 20px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-8 {
    width: 184px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-10 {
    width: 185px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-355 {
    width: 355px;
    height: 462px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-285 {
    width: 285px;
    height: 231px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-10 .business-detail-content-wrap {
    padding: 0 10px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-10 .business-detail-content-wrap .name {
    font-size: 20px;
}

.business-content-wrap .right .business-right-wrap .business-img-wrap-10.business-img-wrap-item-4,
.business-content-wrap .right .business-right-wrap .business-img-wrap-10.business-img-wrap-item-9 {
    width: 184px;
}

.network {
    overflow: hidden;
}

.network .business-slogan-link {
    width: 462px !important;
}

.business-content-wrap .right .business-right-wrap .business-slogan-link {
    position: relative;
    display: block;
    /*width: 100%;*/
    float: left;
    width: 462px;
    height: 100%;
    height: 462px;
    overflow: hidden;
}

.business-content-wrap .right .business-right-wrap .business-slogan-link .business-slogan-img {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    display: block;
    /* width: 100%;
   width:462px;*/
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.business-content-wrap .right .business-right-wrap .business-slogan-link .hover-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #FF983F;
    background: rgba(0, 0, 0, 0.4);
    background: #727070;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.business-content-wrap .right .business-right-wrap .business-slogan-link .business-slogan-info {
    position: absolute;
    bottom: -30px;
    right: 30px;
    left: 20px;
    color: #fff;
    text-align: right;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
}

.business-content-wrap .right .business-right-wrap .business-slogan-link .business-slogan-info .business-name {
    display: inline-block;
    padding-bottom: 16px;
    font-size: 32px;
    width: 123px;
    height: 28px;
}

.business-content-wrap .right .business-right-wrap .business-slogan-link .business-slogan-info .business-desc {
    opacity: 0;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.business-content-wrap .right .business-right-wrap .business-slogan-link:hover .business-slogan-img {
    -webkit-transform: scalse(1.05);
    transform: scalse(1.05);
}

.business-content-wrap .right .business-right-wrap .business-slogan-link:hover .business-slogan-info {
    bottom: 30px!important;
}

.business-content-wrap .right .business-right-wrap .business-slogan-link:hover .business-slogan-info .business-desc {
    opacity: 1;
}

.business-content-wrap .right .business-right-wrap .business-slogan-link:hover .hover-bg {
    z-index: 10;
    opacity: 0.4;
    /* é’ˆå¯¹ IE8 ä»¥åŠæ›´æ—©çš„ç‰ˆæœ¬ */
    filter: alpha(opacity=40);
}

.business-content-wrap .right .business-right-wrap .san_left {
    width: 355px;
    height: 462px;
    float: left;
}

.business-content-wrap .right .business-right-wrap .san_right {
    display: inline-block;
    width: 570px;
    height: 231px;
    float: right;
}

.development-wrap {
    background: #fff;
    height: 820px;
    height: 646px;
}

.development-wrap .development-detail-wrap {
    position: relative;
    height: 100%;
}

.development-wrap .development-detail-wrap .left {
    position: absolute;
    top: 100px;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.development-wrap .development-detail-wrap .left .development-img-wrap {
    width: 715px;
    height: 620px;
    color: #fff;
    position: absolute;
    position: relative;
}

.development-wrap .development-detail-wrap .left .development-img-wrap img {
    width: 100%;
    height: 100%;
}

.development-wrap .development-detail-wrap .left .development-img-wrap .development-img-title {
    position: absolute;
    left: 40px;
    bottom: 92px;
    font-size: 32px;
    font-weight: 600;
}

.development-wrap .development-detail-wrap .left .development-img-wrap .development-img-content {
    left: 40px;
    bottom: 40px;
    right: 100px;
    position: absolute;
    line-height: 1.4;
}

.development-wrap .development-detail-wrap .left .pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 10px;
}

.development-wrap .development-detail-wrap .left .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.development-wrap .development-detail-wrap .left .pagination .swiper-active-switch {
    background: #fff;
}

.development-wrap .development-detail-wrap .right {
    position: absolute;
    left: 759px;
    width: 440px;
    top: 100px;
    height: 446px;
    color: #FF983F;
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    display: inline-table;
    vertical-align: middle;
}

.development-wrap .development-detail-wrap .right:hover {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.development-wrap .development-detail-wrap .right:hover .btn-arrow {
    background-color: #FF983F;
}

.development-wrap .development-detail-wrap .right a {
    display: block;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.development-wrap .development-detail-wrap .right .btn-arrow {
    margin-bottom: 44px;
    width: 30px;
    height: 30px;
    background: #252423;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.development-wrap .development-detail-wrap .right .development-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #252423;
}

.development-wrap .development-detail-wrap .right .development-content {
    font-size: 12px;
    font-weight: 600;
    color: #252423;
    font-size: 16px;
    font-weight: 300;
    color: #646362;
    line-height: 20px;
}

.party-build-wrap {
    min-width: 1240px;
    height: 400px;
    width: 100%;
    position: relative;
}

.party-build-wrap .party-build-title {
    position: absolute;
    top: 56px;
    left: 60px;
    padding: 17px 0 17px 140px;
    min-width: 550px;
    z-index: 2;
    color: #fff;
}

.party-build-wrap .party-build-title .title {
    font-size: 36px;
    font-weight: bold;
}

.party-build-wrap .party-build-title .des {
    font-size: 14px;
    padding-top: 20px;
}

.party-build-wrap .party-build-title .btn-arrow {
    margin-left: 10px;
}

.party-build-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.party-build-wrap.current .party-build-wrap-party {
    width: 37.5%;
}

.party-build-wrap.current .party-build-wrap-party::after {
    opacity: 0;
}

.party-build-wrap.current .party-build-wrap-energy {
    width: 62.5%;
}

.party-build-wrap.current .party-build-wrap-energy::after {
    opacity: 1;
}

.party-build-wrap-party {
    position: absolute;
    width: 62.5%;
    overflow: hidden;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: width 0.8s ease;
    transition: width 0.8s ease;
}

.party-build-wrap-party::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 92, 30, 0.8);
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease 0.4s;
    transition: opacity 0.5s ease 0.4s;
    z-index: 1;
}

.party-build-wrap-party .party-build-title {
    background: url('../../img/index/ic_dj01.png') no-repeat left center;
}

.party-build-wrap-energy {
    position: absolute;
    width: 37.5%;
    overflow: hidden;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-transition: width 0.8s;
    transition: width 0.8s;
}

.party-build-wrap-energy::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 152, 63, 0.8);
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease 0.4s;
    transition: opacity 0.5s ease 0.4s;
    opacity: 0;
    z-index: 1;
}

.party-build-wrap-energy .party-build-title {
    background: url('../../img/index/ic_sz01.png') no-repeat left center;
}

.party-build-wrap .party-build-foot {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
}

.party-build-wrap .party-build-foot span {
    display: inline-block;
    padding: 0 5px;
}

.company-news-wrap {
    background: #FBFBFB;
    padding: 68px 0;
    padding: 100px 0;
    height: 446px;
}

.trends-pic {
    display: none;
}

.company-news-wrap .company-news-detail-wrap {
    position: relative;
    height: 100%;
}

.company-news-wrap .left {
    font-size: 0;
    position: absolute;
    height: 446px;
    overflow: hidden;
}

.company-news-wrap .left .left-img-wrap {
    position: relative;
    font-size: 0;
}

.company-news-wrap .left .new-img {
    width: 610px;
    height: 446px;
}

.company-news-wrap .left p {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.company-news-wrap .right {
    position: absolute;
    left: 715px;
    width: 525px;
}

.company-news-wrap .right .news-title {
    font-size: 32px;
    font-weight: 600;
    color: #252423;
    position: relative;
}

.company-news-wrap .right .news-title .btn-arrow {
    position: absolute;
    right: 0;
}

.company-news-wrap .right .current {
    background-color: #FF983F;
    color: #fff !important;
}

.company-news-wrap .right .current .time {
    color: #fff !important;
}

.company-news-wrap .right .current .detail {
    color: #fff !important;
}

.company-news-wrap .right .news-detial {
    color: #252423;
    font-size: 18px;
    font-weight: 300;
    height: 100px;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.company-news-wrap .right .news-detial a {
    display: block;
    font-size: 0;
}

.company-news-wrap .right .news-detial .time {
    font-size: 20px;
    font-weight: 600;
    padding-top: 21px;
    color: #252423;
    padding-left: 10px;
    padding-right: 10px;
}

.company-news-wrap .right .news-detial .detail {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    color: #252423;
}

.company-news-wrap .right .news-detial:hover {
    background-color: #FF983F;
    color: #fff !important;
}

.company-news-wrap .right .news-detial:hover .time {
    color: #fff !important;
}

.company-news-wrap .right .news-detial:hover .detail {
    color: #fff !important;
}

.join-us-wrap {
    width: 100%;
    height: 446px;
    background: url('./assets/img/index/joinus.png') center no-repeat;
    background-size: cover;
    position: relative;
}

.join-us-wrap .join-us-content-wrap {
    position: relative;
    height: 100%;
}

.join-us-wrap .join-us-content-wrap .join-us-title {
    padding-top: 110px;
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.join-us-wrap .join-us-content-wrap .join-us-desc {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.join-us-wrap .join-us-content-wrap .zhaopin {
    position: absolute;
    bottom: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: 4px;
}

.join-us-wrap .join-us-content-wrap .btn-arrow {
    position: absolute;
    top: 248px;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.join-us-wrap .join-us-content-wrap:hover .join-us-title {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.join-us-wrap .join-us-content-wrap:hover .join-us-desc {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.join-us-wrap .join-us-content-wrap:hover .btn-arrow {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.stock-wrap {
    width: 100%;
    height: 233px;
    cursor: pointer;
    background: url('https://www.37wan.net/assets/img/index/stock.png');
    background-size: 100% 100%;
}

.stock-wrap .stock-detail-wrap {
    position: relative;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
}

.stock-wrap .stock-detail-wrap .name {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 40px;
}

.stock-wrap .stock-detail-wrap .desc {
    padding-top: 12px;
    color: #646362;
}

.stock-wrap .stock-detail-wrap .stock-price {
    font-size: 54px;
    font-weight: 600;
    padding-top: 21px;
    color: #f54645;
}

.stock-wrap .stock-detail-wrap .stock-info {
    padding-top: 10px;
    color: #f54645;
}

.stock-wrap .stock-detail-wrap .green {
    color: #0f990f;
}

.stock-wrap .stock-detail-info {
    position: absolute;
    bottom: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #646362;
    right: 0;
}

.stock-wrap .stock-detail-info .stock-num-wrap {
    margin-top: 10px;
    color: #AFACA7;
    position: absolute;
    right: 0;
}

.stock-wrap .stock-detail-info span {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.stock-wrap .stock-detail-info .volume {
    width: 100px;
}

.development-wrap .scroll-into-view .left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.development-wrap .scroll-into-view .right {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/*ä¼ä¸šæ–‡åŒ–*/

.current-select .gola-cn-name {
    color: #fff;
}

.current-select .gola-en-name {
    color: #fff;
}

.current-select span {
    border-color: #fff;
}

.current-select .gola-desc {
    color: #fff;
}

.current-select .hover-bg {
    opacity: 1;
    bottom: 0;
    filter: alpha(opacity=100);
}

.culture-goal-wrap {
    height: 472px;
    width: 100%;
    background-color: #fff;
    font-size: 0;
}

.culture-goal-wrap .culture-goal-detail {
    position: relative;
    height: 100%;
}

.culture-goal-wrap .culture-goal-detail .center {
    height: 100%;
    position: absolute;
    top: 120px;
}

.culture-goal-wrap .culture-goal-detail .goal-item {
    background-color: #FBFBFB;
    width: 400px;
    height: 252px;
    float: left;
    margin-right: 20px;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    position: relative;
}

.culture-goal-wrap .culture-goal-detail .goal-item .item-wrap {
    margin: 50px 30px 0 30px;
    font-weight: 600;
}

.culture-goal-wrap .culture-goal-detail .goal-item .gola-cn-name {
    position: relative;
    z-index: 2;
    font-size: 36px;
    color: #252423;
}

.culture-goal-wrap .culture-goal-detail .goal-item .gola-en-name {
    position: relative;
    z-index: 2;
    margin: 10px 0 20px 0;
    font-size: 28px;
    color: #FF983F;
}

.culture-goal-wrap .culture-goal-detail .goal-item span {
    position: relative;
    z-index: 2;
    width: 100%;
    border: 1px solid #E3E3E3;
    display: block;
    font-size: 0;
    opacity: 0.8;
}

.culture-goal-wrap .culture-goal-detail .goal-item .gola-desc {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #252423;
    line-height: 20px;
}

.culture-goal-wrap .culture-goal-detail .goal-item .hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.culture-goal-wrap .culture-goal-detail .current .gola-cn-name {
    color: #fff;
}

.culture-goal-wrap .culture-goal-detail .current .gola-en-name {
    color: #fff;
}

.culture-goal-wrap .culture-goal-detail .current span {
    border-color: #fff;
}

.culture-goal-wrap .culture-goal-detail .current .gola-desc {
    color: #fff;
}

.culture-goal-wrap .culture-goal-detail .current .hover-bg {
    opacity: 1;
    bottom: 0;
    filter: alpha(opacity=100);
}

.culture-item-wrap {
    width: 100%;
    height: 760px;
    background: #FBFBFB;
}

.culture-item-wrap .culture-item-detail {
    height: 100%;
    position: relative;
}

.culture-item-wrap .culture-item-detail .up-wrap {
    width: 100%;
    padding-top: 100px;
    position: relative;
}

.culture-item-wrap .culture-item-detail .up-wrap .title {
    position: absolute;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #252423;
    left: 0;
}

.culture-item-wrap .culture-item-detail .up-wrap .title a {
    display: inline-block;
    margin-left: 20px;
}

.culture-item-wrap .culture-item-detail .up-wrap .title a .btn-arrow {
    display: inline-block;
}

.culture-item-wrap .culture-item-detail .up-wrap .title a .btn-arrow-hover {
    display: none;
}

.culture-item-wrap .culture-item-detail .up-wrap .title a:hover .btn-arrow {
    display: none;
}

.culture-item-wrap .culture-item-detail .up-wrap .title a:hover .btn-arrow-hover {
    display: inline-block;
}

.culture-item-wrap .culture-item-detail .up-wrap .desc {
    position: relative;
    margin-left: 295px;
    width: 945px;
    line-height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #252423;
}

.culture-item-wrap .culture-item-detail .culture-img-wrap {
    position: relative;
    width: 100%;
    height: 440px;
    margin-top: 50px;
}

.culture-item-wrap .culture-item-detail .culture-img-wrap .img {
    width: 100%;
    height: 100%;
}

.activity-img-wrap {
    position: relative;
}

.activity-wrap {
    height: auto;
}

.activity-wrap .activity-up a,
.activity-wrap .activity-down a {
    display: block;
    color: #fff;
}

.activity-wrap .activity-up .activity-img-item,
.activity-wrap .activity-down .activity-img-item {
    float: left;
    width: 413px;
    height: 258px;
    position: relative;
    color: #fff;
    text-align: right;
    overflow: hidden;
    cursor: pointer;
}

.activity-wrap .activity-up .activity-img-item .activity-img,
.activity-wrap .activity-down .activity-img-item .activity-img {
    width: 100%;
    height: 100%;
}

.activity-wrap .activity-up .activity-img-item .hover-bg,
.activity-wrap .activity-down .activity-img-item .hover-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 258px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.activity-wrap .activity-up .activity-img-item .hover-bg-default,
.activity-wrap .activity-down .activity-img-item .hover-bg-default {
    top: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.activity-wrap .activity-up .activity-img-item .script,
.activity-wrap .activity-down .activity-img-item .script {
    display: block;
    width: 353px;
    height: 50%;
    position: absolute;
    left: 30px;
    bottom: 0px;
    z-index: 10;
    text-align: right;
}

.activity-wrap .activity-up .activity-img-item .script .title,
.activity-wrap .activity-down .activity-img-item .script .title {
    margin-top: 90px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    z-index: 3;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.activity-wrap .activity-up .activity-img-item .script .desc,
.activity-wrap .activity-down .activity-img-item .script .desc {
    z-index: 3;
    line-height: 18px;
}

.activity-wrap .activity-up .activity-img-item:hover .hover-bg,
.activity-wrap .activity-down .activity-img-item:hover .hover-bg {
    top: 0;
}

.activity-wrap .activity-up .activity-img-item:hover .title,
.activity-wrap .activity-down .activity-img-item:hover .title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.activity-wrap .activity-up .activity-img-item:hover .annual-meeting,
.activity-wrap .activity-down .activity-img-item:hover .annual-meeting {
    background-color: rgba(255, 116, 63, 0.9);
}

.activity-wrap .activity-up .activity-img-item:hover .team-building,
.activity-wrap .activity-down .activity-img-item:hover .team-building {
    background-color: rgba(121, 192, 0, 0.9);
}

.activity-wrap .activity-up .activity-img-item:hover .club,
.activity-wrap .activity-down .activity-img-item:hover .club {
    background-color: rgba(255, 206, 63, 0.9);
}

.activity-wrap .activity-up .activity-img-item:hover .games,
.activity-wrap .activity-down .activity-img-item:hover .games {
    background-color: rgba(255, 152, 63, 0.9);
}

.activity-wrap .activity-up .activity-img-item:hover .activities,
.activity-wrap .activity-down .activity-img-item:hover .activities {
    background-color: rgba(17, 154, 220, 0.9);
}

.activity-wrap .activity-up .activity-img-item .annual-meeting-default,
.activity-wrap .activity-down .activity-img-item .annual-meeting-default {
    top: 0;
    background-color: #FF743F;
}

.activity-wrap .activity-up .activity-img-item .team-building-default,
.activity-wrap .activity-down .activity-img-item .team-building-default {
    top: 0;
    background-color: #79C000;
}

.activity-wrap .activity-up .activity-img-item .club-default,
.activity-wrap .activity-down .activity-img-item .club-default {
    top: 0;
    background-color: #FFCE3F;
}

.activity-wrap .activity-up .activity-img-item .games-default,
.activity-wrap .activity-down .activity-img-item .games-default {
    top: 0;
    background-color: #FF983F;
}

.activity-wrap .activity-up .activity-img-item .activities-default,
.activity-wrap .activity-down .activity-img-item .activities-default {
    top: 0;
    background-color: #119ADC;
}

.activity-wrap .activity-up .activity-img-item .annual-meeting,
.activity-wrap .activity-down .activity-img-item .annual-meeting {
    z-index: 2;
}

.activity-wrap .activity-up .activity-img-item .team-building,
.activity-wrap .activity-down .activity-img-item .team-building {
    z-index: 2;
}

.activity-wrap .activity-up .activity-img-item .club,
.activity-wrap .activity-down .activity-img-item .club {
    z-index: 2;
}

.activity-wrap .activity-up .activity-img-item .games,
.activity-wrap .activity-down .activity-img-item .games {
    z-index: 2;
}

.activity-wrap .activity-up .activity-img-item .activities,
.activity-wrap .activity-down .activity-img-item .activities {
    z-index: 2;
}

.activity-wrap .activity-down .activity-img-item {
    /* width: 620px;*/
    width: 413px;
    height: 258px;
}

.activity-wrap .activity-down .activity-img-item .script {
    /* width: 560px;*/
    width: 363px;
}

.office-environment-img-wrap {
    margin-top: 60px;
    font-size: 0;
}

.office-environment-img-wrap .left {
    float: left;
    width: 820px;
    height: 461px;
}

.office-environment-img-wrap .right {
    float: left;
    margin-left: 20px;
    width: 400px;
    position: absolute;
    right: 0;
}


/*æ‹›è˜*/

.jobs_wrap {
    min-width: 1240px;
}

.jobs_pic {
    height: 420px;
    background: url(../images/_5f29149b660ef.jpg) no-repeat center top;
    background-size: 100%;
}

.tab_header {
    text-align: center;
    height: 80px;
    background: #F9F9F9;
    font-size: 0;
    margin-bottom: 50px;
}

.tab_header a {
    width: 240px;
    display: inline-block;
    line-height: 80px;
    cursor: pointer;
    transition: all 0.3s;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    text-indent: -9999em;
}

.tab_header a:hover,
.tab_header a.active {
    color: #FF983F;
    border-top: 2px solid #FF983F;
}

.tab_header a.tab_groeth {
    background: url(../images/rc1.png) no-repeat center;
}

.tab_header a.tab_groeth:hover,
.tab_header a.tab_groeth.active {
    background: #fff url(../images/rc2.png) no-repeat center;
}

.tab_header a.tab_cb {
    background: url(../images/xc1.png) no-repeat center;
}

.tab_header a.tab_cb:hover,
.tab_header a.tab_cb.active {
    background: #fff url(../images/xc2.png) no-repeat center;
}

.tab_header a.tab_recruit {
    background: url(../images/zp1.png) no-repeat center;
}

.tab_header a.tab_recruit:hover,
.tab_header a.tab_recruit.active {
    background: #fff url(../images/zp2.png) no-repeat center;
}

.tab-item-wrap {
    text-align: center;
    display: none;
}

.fz {
    background: #efefef;
    padding: 40px 0;
}

.py {
    background: #efefef;
    padding: 40px 0;
}

.welfare-container {
    color: #252423;
    line-height: 1.6;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
}

.pd80 {
    padding: 80px 0;
}

.pd20 {
    padding: 20px 0;
}

.w1240 {
    width: 1240px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.mod-h2-welfare {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    color: #252423;
    margin-bottom: 20px;
}

.tit-img-welfare {
    width: 247px;
}

.p-welfare-tit {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 40px;
}

.p-welfare-desc {
    margin-top: 16px;
}

.grey {
    color: #959492;
}

.letter-space {
    letter-spacing: 2px;
}

.welfare-card {
    background: #F9F9F9;
    height: 288px;
    font-size: 0;
}

.welfare-card li {
    display: inline-block;
    height: 288px;
    box-sizing: border-box;
    width: 188px;
    text-align: center;
    transition: all 0.3s;
}

.welfare-card li .icon {
    display: inline-block;
    width: 188px;
    height: 188px;
    margin-top: 34px;
}

.bg-csssprite {
    background-image: url(../images/css_sprites33.png);
    background-size: 188px;
}

.icon-fun {
    background-position: -0 -376px;
}

.icon-abundent {
    background-position: 0 0;
}

.icon-music {
    background-position: 0 -1504px;
}

.icon-intimate {
    background-position: 0 -752px;
}

.icon-love {
    background-position: 0 -1128px;
}

.icon-yummy {
    background-position: 0 -1880px;
}

.welfare-card li:hover {
    background: #FF983F;
}

.welfare-card li:hover .icon-fun {
    background-position: 0 -564px;
}

.welfare-card li:hover .icon-abundent {
    background-position: 0 -188px;
}

.welfare-card li:hover .icon-music {
    background-position: 0 -1692px;
}

.welfare-card li:hover .icon-intimate {
    background-position: -0 -940px;
}

.welfare-card li:hover .icon-love {
    background-position: 0 -1316px;
}

.welfare-card li:hover .icon-yummy {
    background-position: 0 -2068px;
}

.tit-img-fun,
.tit-img-music,
.tit-img-intimate,
.tit-img-love,
.tit-img-yummy {
    width: 64px;
}

.mod-h2-welfare {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    color: #252423;
    margin-bottom: 20px;
}

.mrtop40 {
    margin-top: 40px!important;
}

.fun-img {
    font-size: 0;
    text-align: center;
}

.tit-img-abundent {
    width: 74px;
}

.search-job-keys {
    background: #fff;
    padding: 30px;
    margin: 40px auto 30px;
    position: relative;
}

.new-jobs .mr-xl {
    margin-top: 0;
}

.new-jobs .job-info,
.new-jobs .search-container form {
    width: auto;
}

.campus .mr-xl {
    margin-top: 24px;
}

.job-info {
    position: relative;
    /* width: 820px;  */
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 16px;
}


/*.new-recruit-tab .job-info .job-info-label {
    color: #252423;
}
.new-recruit-tab .job-info .job-info-label {
    padding-top: 2px;
}*/

.job-info .job-info-label {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8px;
    overflow: hidden;
    vertical-align: middle;
    font-weight: bold;
    color: #252423;
}

.job-info .jobs {
    width: 100%;
    box-sizing: border-box;
    padding-left: 88px;
    overflow: hidden;
}

.job-info .job {
    cursor: pointer;
    margin-right: 26px;
    margin-bottom: 6px;
    padding: 5px 8px;
    vertical-align: middle;
    float: left;
    color: #000;
}

.job-info .job a:hover {
    color: #ff7500;
}

.job-info .job-active {
    background-color: #feaf38;
    color: #fff;
}

.recruit-list {
    background: #fff;
    padding: 30px;
    color: #302F2E;
}

.h3-recruit-item,
.h4-recruit-list {
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    font: 20px/2 'Microsoft Yahei';
    color: #252423;
}

.recruit-list-number {
    color: #9E9E9E;
    position: absolute;
    right: 0;
    font-weight: normal;
    font-size: 16px;
    top: 4px;
}

.recruit-list-item {
    position: relative;
}

.recruit-list-item a {
    color: #252423;
}

.recruit-list-item a:hover {
    color: #ff7500;
}

.icon-hot-recruit {
    display: none;
    width: 20px;
    height: 20px;
    /*background: url(/icon_hot.png);*/
    vertical-align: middle;
    margin-left: 10px;
}

.info-recruit-item {
    margin: 10px auto 30px;
    text-align: left;
}

.info-recruit-item span {
    display: inline-block;
    padding-right: 10px;
    font: 16px/1 'Microsoft Yahei';
}

.recruit-job-type {
    border-left: 1px solid #999;
    padding-left: 10px;
}

.number-recruit {
    position: absolute;
    color: #9E9E9E;
    font-size: 16px;
    top: 28px;
    right: 0;
}

.page-container {
    /* margin: 40px auto 40px;*/
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.manu {
    display: inline-block;
    width: max-content;
    margin: 0;
    vertical-align: middle;
    padding: 3px;
    margin: 10px 3px 3px;
    text-align: center;
}

.manu a,
.manu .current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 16px;
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 4px;
    border-radius: 2px;
    font-weight: normal;
}

.manu .current.prev {
    background: #FF983F;
    color: #fff;
}

.new-wrap {
    margin: 40px auto 80px;
}

.wid1080 {
    width: 1080px;
}

.c-con {
    width: 1020px;
    background: #fff;
    padding: 20px 0 50px;
    margin: auto;
    line-height: 25px;
    overflow: hidden;
}

.back {
    float: right;
    font-size: 14px;
    color: #999;
}

.post-title {
    font: bold 16px/1 'Microsoft Yahei';
    padding-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
    color: #333;
}

.post-con {
    margin: 15px 0;
    font: 14px/2 'Microsoft Yahei';
}

.c-post-sub,
.post-sub {
    font: bold 16px/1 'Microsoft Yahei';
    color: #333;
    margin: 23px 0 3px;
}

.post-sub:after {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background-color: #feaf38;
    content: "";
    margin-top: 10px;
}

.email-txt {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
}

.email-txt a {
    color: #C30;
}

.footer-nav-wrap {
    min-width: 1240px;
    width: 100%;
    height: 200px;
    font-size: 14px;
    margin-top: 60px;
    font-weight: 400;
    background-color: #fbfbfb;
}

.footer-nav-wrap .footer-nav-detail {
    position: relative;
    height: 100%;
}

.footer-nav-wrap .footer-nav-item-wrap {
    position: absolute;
    top: 70px;
    width: 76px;
}

.footer-nav-wrap .footer-nav-item-wrap .footer-nav-type {
    font-size: 18px;
    color: #252423;
    width: 100%;
    display: block;
}

.footer-nav-wrap .footer-nav-item-wrap .footer-nav-detail-type {
    position: absolute;
    top: 38px;
}

.footer-nav-wrap .footer-nav-item-wrap .footer-nav-type-hash {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #646362;
    margin-bottom: 16px;
}

.footer-desc p {
    color: #959492;
    /* margin-top: 108px; */
    font-size: 14px;
    text-align: center;
    clear: both;
    line-height: 30px;
}

.footer-desc p a,
.footer-desc p span {
    margin: 0 20px;
}

.w462 {
    width: 462px;
}

.righttools {}

.righttools .wechat-code {
    position: absolute;
    right: -10px;
    top: 60px;
    width: 100px;
}</pre></body></html>